You just downloaded Athee's LocWizard BETA 2.0.1

This MOD uses the original EQ Feedback window. To install it, just extract it in the custom UI folder of your choice, and replace the existing EQUI_FeedbackWnd.XML (EXTRACT it, dont just copy it from the zip file, it WILL NOT WORK)

If you dont want the feedback to verant options to appear in your LocWizard make sure you read this Readme file till the end.

The Loc Wizard is called within the game by typing /F

This keyboard shortcut is hard coded and cannot be changed.

Once the wizard is up, simply select the tag of your choice and scroll up or down till you find what your looking for.

To exit the Loc Wizard, simply press the Esc key.

This is a BETA version. Most of these locs  were taken from EQMaps.com, EQAtlas.com and the succors were taken from EQDruids.com. I obviously didnt check them all, and it would be dellusional and extremely arrogant for me to believe that I didnt do any mistakes entering over 1400 locs and 2250 labels in 51066 lines of code. So iff you happend to notice an error, please email me to Allanath@hotmail.com and mention the zone, the item and the correct loc.

Planes of Power Book locations have been added by Deruin Bronzebeard, they are taken from the point of porting from Plane of Knowledge.

Please email me SIGNIFICANT errors, dont bother sending me an email because i wrote pos300 and it was pos297...

I hope this mod will be as usefull to you than it is to me allready.

Enjoy !!!

Atheen


IMPORTANT : TO REMOVE THE FEEDBACK TO VERANT FIELDS FROM THE LOCWIZARD READ THE FOLLOWING CAREFULLY AND DO EXACTLY AS INSTRUCTED : 


ALTERNATE WINDOW WITHOUT FEEDBACK FIELDS
============================================

Install the mod as said above. Then do the following

1. Go into the Custom UI folder you saved the EQUI_FeedbackWnd.xml file in your everquest/uifiles directory

2. select the EQUI_FeedbackWnd.xml file and right clic on it.

3. Select the option "Open With" on the alternate menu, and choose to open it with NOTEPAD. (Note : dont just double clic on the file, it will open it in your browser, you NEED to open it with Notepad).

4. Once the file is opened with Notepad, search for the words "TO DELETE" in the file. (Edit, Search in your notepad menu)

5. Delete everything from that point till the end of the file

6. Paste the text given below instead. (Paste it WHERE WHAT YOU DELETED WAS, i.e. AT THE END of the file)

7. Attemp to close the file. Windows will ask you if you want to save changes. Say YES. Thats it. The feedback options are gone from your LocWizard window.


Paste the following text to replace what you deleted, starting at  the  "<! --<Pages list>-->" and untill the end.




<!--<Pages list>-->

	<TabBox item="LocwizardTabBox">
		
		<ScreenID>LocationTabBox</ScreenID> 
		<!--<Font>3</Font>--> 
		<RelativePosition>true</RelativePosition> 
		<AutoStretch>true</AutoStretch> 
		<TopAnchorToTop>true</TopAnchorToTop> 
		<BottomAnchorToTop>false</BottomAnchorToTop> 
		<LeftAnchorToLeft>true</LeftAnchorToLeft> 
		<RightAnchorToLeft>false</RightAnchorToLeft> 
		
		<TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate> 
		<PageBorderTemplate>FT_DefPageBorder3</PageBorderTemplate> 
		<BottomAnchorOffset>0</BottomAnchorOffset>
	

        
       	
		<Location>
			<X>4</X>
			<Y>100</Y>
		</Location>
		
		<Size>
			<CX>400</CX>
			<CY>250</CY>
		</Size>

			<Pages>NorrathPage</Pages>
			<Pages>NorrathPage2</Pages>
			
			<Pages>KunarkPage</Pages>
			<Pages>VeliousPage</Pages>
			<Pages>LuclinPage</Pages>
			
			<Pages>CitiesPage</Pages>
			<Pages>CitiesPage2</Pages>
			
			<Pages>EvacPage</Pages>
			

	</TabBox>



	<Screen item = "FeedbackWindow">
		<RelativePosition>false</RelativePosition>
		<Location>
			<X>80</X>
			<Y>50</Y>
		</Location>
		<Size>
			<CX>530</CX>
			<CY>250</CY>
		</Size>
		<Text>Athee's Loc Wizard (Beta 2.0)</Text>
		
		<Style_VScroll>false</Style_VScroll>
		<Style_HScroll>false</Style_HScroll>
		<Style_Transparent>false</Style_Transparent>
		<DrawTemplate>WDT_Rounded</DrawTemplate>
		<Style_Titlebar>true</Style_Titlebar>
		<Style_Closebox>true</Style_Closebox>
		<Style_Minimizebox>true</Style_Minimizebox>
		<Style_Border>true</Style_Border>
		<Style_Sizable>false</Style_Sizable>
		<Pieces>FBKW_UserName</Pieces>
		<Pieces>FBKW_FeedbackInput</Pieces>
		<Pieces>FBKW_CancelButton</Pieces>
		<Pieces>FBKW_SendButton</Pieces>
		
				<!--<Tabs>-->
		<Pieces>LocwizardTabBox</Pieces>


	</Screen>


	<Label item ="FBKW_UserName">
		<ScreenID>FBKW_UserName</ScreenID>
		<RelativePosition>true</RelativePosition>
		
		<AutoStretch>true</AutoStretch>
		<LeftAnchorToLeft>true</LeftAnchorToLeft>
		<RightAnchorToLeft>true</RightAnchorToLeft>
		<TopAnchorToTop>true</TopAnchorToTop>
		<BottomAnchorToTop>false</BottomAnchorToTop>
		
		<LeftAnchorOffset>1008</LeftAnchorOffset>
		<TopAnchorOffset>1210</TopAnchorOffset>
		<RightAnchorOffset>1120</RightAnchorOffset>
		<BottomAnchorOffset>1000</BottomAnchorOffset>
		
		
		<Text>Playername123456</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>

		<NoWrap>true</NoWrap>
		<AlignCenter>false</AlignCenter>
		<AlignRight>false</AlignRight>
	</Label>


	<Editbox item = "FBKW_FeedbackInput">
		<ScreenID>FBKW_FeedbackInput</ScreenID>
		<DrawTemplate>WDT_Inner</DrawTemplate>
		
		<RelativePosition>true</RelativePosition>
		<TooltipReference>Enter your feedback text here</TooltipReference> 
		<AutoStretch>true</AutoStretch>
		<TopAnchorToTop>true</TopAnchorToTop>
		<LeftAnchorToLeft>true</LeftAnchorToLeft>
		<RightAnchorToLeft>false</RightAnchorToLeft>
		<BottomAnchorToTop>false</BottomAnchorToTop>
		
		<LeftAnchorOffset>1002</LeftAnchorOffset>
		<TopAnchorOffset>1225</TopAnchorOffset>
		<RightAnchorOffset>1002</RightAnchorOffset>
		<BottomAnchorOffset>1024</BottomAnchorOffset>
		
		<Style_Multiline>true</Style_Multiline>

		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>

	</Editbox>
	
	<Button item = "FBKW_CancelButton">
		<ScreenID>FBKW_CancelButton</ScreenID>
		<RelativePosition>true</RelativePosition>

		<AutoStretch>true</AutoStretch>
		<TopAnchorToTop>false</TopAnchorToTop>
		<LeftAnchorToLeft>false</LeftAnchorToLeft>
		<RightAnchorToLeft>false</RightAnchorToLeft>
		<BottomAnchorToTop>false</BottomAnchorToTop>
		
		<LeftAnchorOffset>1120</LeftAnchorOffset>
		<TopAnchorOffset>1022</TopAnchorOffset>
		<RightAnchorOffset>1070</RightAnchorOffset>
		<BottomAnchorOffset>1002</BottomAnchorOffset>

		<Text>Cancel</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<ButtonDrawTemplate>
			<Normal>A_BtnNormal</Normal>
			<Pressed>A_BtnPressed</Pressed>
			<Flyby>A_BtnFlyby</Flyby>
			<Disabled>A_BtnDisabled</Disabled>
			<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
		</ButtonDrawTemplate>
	</Button>

	<Button item = "FBKW_SendButton">
		<ScreenID>FBKW_SendButton</ScreenID>
		<RelativePosition>true</RelativePosition>

		<AutoStretch>true</AutoStretch>
		<TopAnchorToTop>false</TopAnchorToTop>
		<LeftAnchorToLeft>false</LeftAnchorToLeft>
		<RightAnchorToLeft>false</RightAnchorToLeft>
		<BottomAnchorToTop>false</BottomAnchorToTop>
		
		<LeftAnchorOffset>1060</LeftAnchorOffset>
		<TopAnchorOffset>1022</TopAnchorOffset>
		<RightAnchorOffset>1010</RightAnchorOffset>
		<BottomAnchorOffset>1002</BottomAnchorOffset>

		<Text>Send</Text>
		<TextColor>
				<R>255</R>
				<G>255</G>
				<B>255</B>
		</TextColor>
		<ButtonDrawTemplate>
			<Normal>A_BtnNormal</Normal>
			<Pressed>A_BtnPressed</Pressed>
			<Flyby>A_BtnFlyby</Flyby>
			<Disabled>A_BtnDisabled</Disabled>
			<PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
		</ButtonDrawTemplate>
	</Button>

<FrameTemplate item = "FT_DefPageBorder3">
		<TopLeft>A_TabFrameTopLeft</TopLeft>
		<Top>A_TabFrameTop</Top>
		<TopRight>A_TabFrameTopRight</TopRight>
		<RightTop>A_TabFrameRightTop</RightTop>
		<Right>A_TabFrameRight</Right>
		<RightBottom>A_TabFrameRightBottom</RightBottom>
		<BottomRight>A_RoundedFrameBottomRight</BottomRight>
		<Bottom>A_RoundedFrameBottom</Bottom>
		<BottomLeft>A_RoundedFrameBottomLeft</BottomLeft>
		<LeftTop>A_TabFrameLeftTop</LeftTop>
		<Left>A_TabFrameLeft</Left>
		<LeftBottom>A_TabFrameLeftBottom</LeftBottom>
		<OverlapLeft>0</OverlapLeft>
		<OverlapTop>0</OverlapTop>
		<OverlapRight>0</OverlapRight>
		<OverlapBottom>0</OverlapBottom>
	</FrameTemplate>		
	

</xml>

